Tennis Courts

for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", tennis_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", tennis_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", tennis_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", tennis_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", tennis_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", tennis_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(tennis_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(tennis_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(tennis_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_coverage_5 <- (nrow(park_intersect_5)/nrow(residential_sf)*100)
park_coverage_10 <- (nrow(park_intersect_10)/nrow(residential_sf)*100)
park_coverage_15 <- (nrow(park_intersect_15)/nrow(residential_sf)*100)

# make a nice table
table <- as.data.frame(c("5 Minutes", "10 Minutes", "15 Minutes"))
table$Coverage <- c(park_coverage_5, park_coverage_10, park_coverage_15)
colnames(table) <- c("Time", "Coverage")
knitr::kable(table)
Time Coverage
5 Minutes 4.460758
10 Minutes 24.296566
15 Minutes 52.769451
# make a picture
residential = mapview(st_geometry(residential_sf), cex =.5, layer.name = "residential areas", color = colors[5])
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
tennis_map = m1 + m2 + m3 + residential
tennis_map
for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_", tennis_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_", tennis_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_", tennis_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_", tennis_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_", tennis_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_", tennis_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(tennis_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(tennis_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(tennis_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
table <- read.csv(file = "/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_tennis.csv")
knitr::kable(table)
Time Coverage
5 Minutes 4.453945
10 Minutes 24.845006
15 Minutes 53.760730
residential = mapview(st_geometry(residential_sf), cex =.5, layer.name = "residential areas", color = colors[5])
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
tennis_pt_map = m1 + m2 + m3 + residential
tennis_pt_map
for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_", tennis_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_", tennis_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_", tennis_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_", tennis_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_", tennis_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_", tennis_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(tennis_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(tennis_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(tennis_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_coverage_5 <- (nrow(park_intersect_5)/nrow(residential_sf)*100)
park_coverage_10 <- (nrow(park_intersect_10)/nrow(residential_sf)*100)
park_coverage_15 <- (nrow(park_intersect_15)/nrow(residential_sf)*100)

# make a nice table
table <- as.data.frame(c("5 Minutes", "10 Minutes", "15 Minutes"))
table$Coverage <- c(park_coverage_5, park_coverage_10, park_coverage_15)
colnames(table) <- c("Time", "Coverage")
knitr::kable(table)
Time Coverage
5 Minutes 86.04715
10 Minutes 100.00000
15 Minutes 100.00000
residential = mapview(st_geometry(residential_sf), cex =.5, layer.name = "residential areas", color = colors[5])
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
tennis_drv_map = m1 + m2 + m3 + residential
tennis_drv_map

Playgrounds

for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", playground_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", playground_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", playground_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", playground_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", playground_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", playground_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(playground_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(playground_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(playground_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
table <- read.csv("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_playground.csv")
knitr::kable(table)
Time Coverage
5 Minutes 13.02459
10 Minutes 53.55975
15 Minutes 85.74056
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
playground_map = m1 + m2 + m3 + residential
playground_map
for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_", playground_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_", playground_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_", playground_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_", playground_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_", playground_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_", playground_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(playground_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(playground_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(playground_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
table <- read.csv("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_playground.csv")
knitr::kable(table)
Time Coverage
5 Minutes 13.01097
10 Minutes 54.11841
15 Minutes 87.80828
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
playground_pt_map = m1 + m2 + m3 + residential
playground_pt_map
for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_", playground_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_", playground_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_", playground_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_", playground_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_", playground_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_", playground_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(playground_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(playground_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(playground_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_coverage_5 <- (nrow(park_intersect_5)/nrow(residential_sf)*100)
park_coverage_10 <- (nrow(park_intersect_10)/nrow(residential_sf)*100)
park_coverage_15 <- (nrow(park_intersect_15)/nrow(residential_sf)*100)

# make a nice table
table <- as.data.frame(c("5 Minutes", "10 Minutes", "15 Minutes"))
table$Coverage <- c(park_coverage_5, park_coverage_10, park_coverage_15)
colnames(table) <- c("Time", "Coverage")
knitr::kable(table)
Time Coverage
5 Minutes 97.67509
10 Minutes 100.00000
15 Minutes 100.00000
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
playground_drv_map = m1 + m2 + m3 + residential
playground_drv_map

Basketball Courts

for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", basketball_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", basketball_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", basketball_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", basketball_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", basketball_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", basketball_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(basketball_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(basketball_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(basketball_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
table <- read.csv("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_basketball.csv")
knitr::kable(table)
Time Coverage
5 Minutes 8.807399
10 Minutes 40.996730
15 Minutes 70.966753
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
basket_map = m1 + m2 + m3 + residential
basket_map
for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_", basketball_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_", basketball_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_", basketball_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_", basketball_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_", basketball_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_", basketball_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(basketball_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(basketball_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(basketball_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# get coverage based on intersections and the number of total residences from corelogic
park_coverage_5 <- (nrow(park_intersect_5)/nrow(residential_sf)*100)
park_coverage_10 <- (nrow(park_intersect_10)/nrow(residential_sf)*100)
park_coverage_15 <- (nrow(park_intersect_15)/nrow(residential_sf)*100)

table <- read.csv("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_pt_basketball.csv")
knitr::kable(table)
Time Coverage
5 Minutes 8.800586
10 Minutes 41.509402
15 Minutes 71.958032
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
basket_pt_map = m1 + m2 + m3 + residential
basket_pt_map
for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_", basketball_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_", basketball_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_", basketball_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_", basketball_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_", basketball_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_", basketball_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(basketball_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(basketball_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(basketball_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# get coverage based on intersections and the number of total residences from corelogic
park_coverage_5 <- (nrow(park_intersect_5)/nrow(residential_sf)*100)
park_coverage_10 <- (nrow(park_intersect_10)/nrow(residential_sf)*100)
park_coverage_15 <- (nrow(park_intersect_15)/nrow(residential_sf)*100)

park_coverage_5 <- (nrow(park_intersect_5)/nrow(residential_sf)*100)
park_coverage_10 <- (nrow(park_intersect_10)/nrow(residential_sf)*100)
park_coverage_15 <- (nrow(park_intersect_15)/nrow(residential_sf)*100)

# make a nice table
table <- as.data.frame(c("5 Minutes", "10 Minutes", "15 Minutes"))
table$Coverage <- c(park_coverage_5, park_coverage_10, park_coverage_15)
colnames(table) <- c("Time", "Coverage")
knitr::kable(table)
Time Coverage
5 Minutes 94.57351
10 Minutes 100.00000
15 Minutes 100.00000
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
basket_drv_map = m1 + m2 + m3 + residential
basket_drv_map
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
grill_map = m1 + m2 + m3 + residential
grill_map

Public Parking

for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", parking_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", parking_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", parking_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", parking_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", parking_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", parking_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(parking_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(parking_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(parking_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
table <- read.csv("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_parking.csv")
knitr::kable(table)
Time Coverage
5 Minutes 11.15615
10 Minutes 49.35107
15 Minutes 81.41096
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
parking_map = m1 + m2 + m3 + residential
parking_map
for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_", parking_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_", parking_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_", parking_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_", parking_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_", parking_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_", parking_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(parking_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(parking_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(parking_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_drv_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_coverage_5 <- (nrow(park_intersect_5)/nrow(residential_sf)*100)
park_coverage_10 <- (nrow(park_intersect_10)/nrow(residential_sf)*100)
park_coverage_15 <- (nrow(park_intersect_15)/nrow(residential_sf)*100)

# make a nice table
table <- as.data.frame(c("5 Minutes", "10 Minutes", "15 Minutes"))
table$Coverage <- c(park_coverage_5, park_coverage_10, park_coverage_15)
colnames(table) <- c("Time", "Coverage")
knitr::kable(table)
Time Coverage
5 Minutes 96.63101
10 Minutes 100.00000
15 Minutes 100.00000
m1 = mapview(park_iso5, layer.name = "5 minute isochrone", col.regions = colors[1])
m2 = mapview(park_iso10, layer.name = "10 minute isochrone", col.regions = colors[2])
m3 = mapview(park_iso15, layer.name = "15 minute isochrone", col.regions = colors[3])
# add the second layer on top
parking_drv_map = m1 + m2 + m3 + residential
parking_drv_map

Public Grills

for (i in 1:2){
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", grill_parks[1],".RDS")
  park_iso_5_1 <- readRDS(iso_5_temp)
  iso_5_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_", grill_parks[2],".RDS")
  park_iso_5_2 <- readRDS(iso_5_temp)
  park_iso5 <- st_union(park_iso_5_1,park_iso_5_2)
  
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", grill_parks[1],".RDS")
  park_iso_10_1 <- readRDS(iso_10_temp)
  iso_10_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_", grill_parks[2],".RDS")
  park_iso_10_2 <- readRDS(iso_10_temp)
  park_iso10 <- st_union(park_iso_10_1,park_iso_10_2)
  
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", grill_parks[1],".RDS")
  park_iso_15_1 <- readRDS(iso_15_temp)
  iso_15_temp <- paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_", grill_parks[2],".RDS")
  park_iso_15_2 <- readRDS(iso_15_temp)
  park_iso15 <- st_union(park_iso_15_1,park_iso_15_2)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# loop through isochrones and continiously union with last
for(i in 3:length(grill_parks)){
  park_iso5_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_5_",i,".RDS"))
  park_iso5 <- st_union(park_iso5,park_iso5_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(grill_parks)){
  park_iso10_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_10_",i,".RDS"))
  park_iso10 <- st_union(park_iso10,park_iso10_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
for(i in 3:length(grill_parks)){
  park_iso15_i <- readRDS(paste0("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_15_",i,".RDS"))
  park_iso15 <- st_union(park_iso15,park_iso15_i)
}
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
## although coordinates are longitude/latitude, st_union assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
# intersect big conglomerated polygons + residential areas
park_intersect_5 <- st_intersection(park_iso5, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_10 <- st_intersection(park_iso10, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
park_intersect_15 <- st_intersection(park_iso15, residential_sf)
## although coordinates are longitude/latitude, st_intersection assumes that they are planar
## Warning: attribute variables are assumed to be spatially constant throughout all
## geometries
table <- read.csv("/home/mes5bu/git/mc/data/working/traveltime_isochrones/park_iso_grill.csv")
knitr::kable(table)
Time Coverage
5 Minutes 5.792683
10 Minutes 27.435618
15 Minutes 53.864627